BEYOND BY BYONDNXT
· Beyond Appliances · ← all brands
Active days
7
Sessions
532
Active hours
7.75
real mouse/keyboard time
Page views
309
Actions
1
Entities changed
1
Action mix
Bid
0
Budget
0
Status
0
Rule
0
Scheduler
0
Top users on this brand
| Name | Role | Sessions | Active min | |
|---|---|---|---|---|
| sanjay@beyondappliances.in | Sanjay Gowda | Admin | 353 | 260.0 |
| ankur@hectorai.live | Ankur | Manager | 62 | 116.2 |
| admin@hectorai.live | Hector Admin | Admin | 58 | 43.9 |
| mayank@hectorai.live | Mayank Makharia | Manager | 28 | 16.3 |
| anurag@beyondappliances.in | Anurag Patidar | Manager | 12 | 12.3 |
| ldowney@twotumbleweeds.co | Liz Downey | Manager | 15 | 12.3 |
| — | Manager | 3 | 3.5 | |
| shashank@beyondappliances.in | Shashank | Executive | 1 | 0.3 |
Daily
| Day | Users | Sessions | Active hours | Page views | Actions | Entities |
|---|---|---|---|---|---|---|
| 2026-06-17 | 5 | 62 | 1.72 | 70 | 0 | 0 |
| 2026-06-18 | 6 | 227 | 1.79 | 37 | 0 | 0 |
| 2026-06-19 | 4 | 62 | 0.50 | 21 | 0 | 0 |
| 2026-06-20 | 4 | 49 | 0.66 | 5 | 0 | 0 |
| 2026-06-22 | 2 | 28 | 0.56 | 21 | 0 | 0 |
| 2026-06-23 | 4 | 39 | 0.88 | 52 | 1 | 1 |
| 2026-06-24 | 4 | 65 | 1.63 | 103 | 0 | 0 |
4 queries · scanned 23.93 MB · cost $0.000143 · 6.96s
SELECT brand_group,
ANY_VALUE(profile_owner_email) AS profile_owner_email,
ANY_VALUE(company_name) AS company_name,
SUM(distinct_users) AS user_day_rows,
COUNT(DISTINCT day) AS active_days,
SUM(sessions) AS sessions,
SUM(active_seconds) AS active_seconds,
SUM(page_views) AS page_views,
SUM(action_count) AS action_count,
SUM(entity_count) AS entity_count,
SUM(bid_actions) AS bid_actions,
SUM(budget_actions) AS budget_actions,
SUM(status_actions) AS status_actions,
SUM(rule_actions) AS rule_actions,
SUM(scheduler_actions) AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('BEYOND BY BYONDNXT')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
SELECT email,
ANY_VALUE(full_name) AS full_name,
ANY_VALUE(role) AS role,
SUM(sessions) AS sessions,
ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('BEYOND BY BYONDNXT')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
SELECT day,
distinct_users,
sessions,
ROUND(active_hours, 2) AS active_hours,
page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('BEYOND BY BYONDNXT')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('BEYOND BY BYONDNXT')
LIMIT 5